home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 351-375 / disk_370 / sksh / readme_1st.doc < prev    next >
Text File  |  1992-05-06  |  5KB  |  199 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.                          Important Stuff - Read This First!
  17.  
  18.                                         SKsh
  19.  
  20.                            A ksh-like Shell for the Amiga
  21.  
  22.                                      Version 1.5
  23.  
  24.  
  25.                                (Copyright) 1989, 1990
  26.  
  27.                                      Steve Koren
  28.  
  29.                                     July 21, 1990
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.           Important: Please Read This First!
  74.  
  75.             This archive  contains the 1.5 release of SKsh, a shell for the
  76.             Amiga  which  is  similar to Unix ksh.  1.2 was the first  'Re-
  77.             lease' version; 1.0 and 1.1 were beta versions.
  78.  
  79.             SKsh is  probably not as powerful as ARexx, but I think it will
  80.             still  be  very  useful.   It  provides a number of things that
  81.             other Amiga shells do not. In any case, I hope it will be  use-
  82.             ful  to  Unix  users who wish to have a  similar environment on
  83.             the Amiga.  Unix  provides many many things that SKsh does not,
  84.             but SKsh comes closer than most other Amiga shells.
  85.  
  86.             Please  understand that since the code can change at any  time,
  87.             absolutely anything you read here is also subject to change.
  88.  
  89.             Suggestions can be sent to me  (Steve  Koren)  by  one  of  the
  90.             methods listed in the "MisCinfo" document.
  91.  
  92.             The  following files are  included in this documentation.  This
  93.             list is subject to change:
  94.  
  95.                Addendum?.?.doc  - An addendum for each release
  96.                Bugs.doc         - Bug reports, limitations, etc. 
  97.                Diffs.doc        - Very incomplete list of diffs from ksh
  98.                ErrorCodes.doc   - The SKsh error codes
  99.                ExtCmds.doc      - Reference manual for external commands
  100.                Hints.doc        - A few hints for using SKsh
  101.                Install.doc      - How to Install SKsh - important
  102.                MiscInfo.doc     - How to report bugs, etc.
  103.                ReadMe_1st.doc   - This file
  104.                Reference.doc    - Reference manual for builtin stuff
  105.                TechNotes.doc    - Technical and implementation notes
  106.                TinySKsh.doc     - Briefly describes tiny_sksh
  107.                UserMan.doc      - User's guide to using SKsh
  108.                View.doc         - Describes the "view" command
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.           SKsh Amiga Shell             Page 2           Readme Information
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.             In  addition,  the  following files are  necessary to run SKsh,
  140.             and should be included here:
  141.  
  142.                sksh             - The main SKsh binary + builtins
  143.                .skshinit        - initialization file for SKsh
  144.                .skshrc          - user customization file for SKsh
  145.                cat              - concatenate files
  146.                cmp              - compare files
  147.                cp               - copy files
  148.                crc              - perform crc check on files
  149.                cut              - cut characters or fields
  150.                du               - check disk usage
  151.                encr             - encrypt/decrypt files
  152.                fgrep            - fast search for strings in files
  153.                grep             - search for expressions in files
  154.                head             - obtain first few lines of files
  155.                indent           - indent lines of files
  156.                join             - join files together
  157.                num              - number lines in files
  158.                srun             - run command in background
  159.                strings          - search for strings in files
  160.                tail             - obtain last few lines of files
  161.                tee              - copy input to files and std output
  162.                view             - file type encapsulator
  163.                wc               - count lines, words, and characters
  164.                window           - window operations
  165.                xd               - hex dump of files
  166.  
  167.             These files should also be  included, although their use is op-
  168.             tional:
  169.  
  170.                Stuff.sksh       - optional utilities, functions, aliases
  171.                view.magic       - Sample magic file for the "view" command
  172.                tiny_sksh        - A smaller, more limited version of SKsh
  173.                crypted_data     - encrypted english text from encr
  174.                Check_?.?.sksh   - a script file to check installation
  175.  
  176.             If you do not have all of  the  above  files,  your  version of
  177.             SKsh is incomplete.
  178.  
  179.             Also, please  carefully read the Installation guide.  You *can-
  180.             not*  simply type  SKsh  and  expect it to run; you must follow
  181.             the directions there for proper results.
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.           SKsh Amiga Shell             Page 3           Readme Information
  196.  
  197.  
  198.  
  199.